# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
wheels/
*.egg-link
MANIFEST

# Virtual environments
.venv/
venv/
env/
ENV/

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

# Type checking
.mypy_cache/
.pytype/
.pyre/

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

# OS
.DS_Store
Thumbs.db

# Distribution / packaging
pip-wheel-metadata/
share/python-wheels/

# Jupyter
.ipynb_checkpoints/

# Environment variables
.env
.env.*
!.env.example

# Logs
*.log
logs/

# Database files
*.db
*.sqlite
*.sqlite3

# Build artifacts
*.spec
