Files

27 lines
249 B
Plaintext

# Environment variables
.env
# Python bytecode
__pycache__/
*.pyc
# Virtual environment
venv/
env/
# OS-specific files
.DS_Store
# IDE files
.vscode/
.idea/
# Build artifacts
*.egg-info/
dist/
build/
# Caches
.pre-commit-cache/
.pytest_cache/