mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-11 10:46:09 +00:00
24 lines
212 B
Text
24 lines
212 B
Text
# secrets
|
|
.env*
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# python
|
|
.venv/
|
|
__pycache__/
|
|
*.py[co]
|
|
|
|
# website
|
|
website/output/
|
|
website/data/
|
|
|
|
# docs
|
|
docs/
|
|
|
|
# agents
|
|
.agents/
|
|
.claude/skills/
|
|
.superpowers/
|
|
.playwright-cli/
|
|
skills-lock.json
|