# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
pythonenv*
.python-version

# PyCharm
.idea/
*.iml
*.iws
*.ipr
.idea_modules/
out/

# VSCode
.vscode/
*.code-workspace
.history/
.settings/

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# Testing
.coverage
.coverage.*
coverage.xml
*.cover
.pytest_cache/
.tox/
nosetests.xml
coverage/
htmlcov/

# Distribution / packaging
.Python
*.pyc
*.pyo
*.pyd
.Python
*.so

# Logs and databases
*.log
*.sqlite
*.db
*.sql
*.sqlite3

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini

# Environment variables
.env
.env.local
.env.*.local
.env.development
.env.test
.env.production

# Project specific
test-results/
.ruff_cache/
.mypy_cache/

# Documentation
docs/_build/
site/

# Virtual Environment
.venv/
venv/
ENV/

# Poetry
poetry.lock
dist/

# Misc
*.bak
*.swp
*.swo
*~
