KPRSpaceAPI/.gitignore
2025-10-19 23:14:50 -06:00

54 lines
511 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
.venv/
ENV/
env/
# Packaging
build/
dist/
*.egg-info/
# Logs and runtime files
*.log
logs/
run_web.pid
# Screenshots and generated images
screenshots/
# OS files
.DS_Store
Thumbs.db
# IDE/editor
.vscode/
.idea/
# Environment files
.env
.env.*
# Cache and test
.pytest_cache/
htmlcov/
.coverage
# SQLite DBs
*.sqlite3
*.db
# pip wheel cache
pip-wheel-metadata/
# Ignore local secrets or config
secrets.yaml
# Node
node_modules/