mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-26 06:20:18 -05:00
25 lines
212 B
Plaintext
25 lines
212 B
Plaintext
# 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
|