# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
ENV/
env/
*.egg-info/
.eggs/
dist/
build/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Git
.git/
.gitignore

# Project specific
data/
*.db
*.sqlite

# Documentation
*.md
!README.md
docs/

# CI/CD
.github/
