# Python virtual environment
.venv/
# Python cache files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# Testing
.coverage
coverage.xml
.pytest_cache/
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# Environment variables
.env
.env.local
# Project specific
*.db
*.sqlite3
*.log
# Aider
.aider*
!.aider.conf.yml
!.aiderignore
# Ruff
.ruff_cache