awesome-python/.gitignore
Vinta Chen a9b13e4c4a
Some checks are pending
CI / test (push) Waiting to run
Deploy Website / deploy (push) Waiting to run
update .gitignore
2026-05-18 13:53:45 +08:00

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