# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg
MANIFEST
wheels/
*.whl

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

# uv
.uv/

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

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

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

# Logs
*.log
logs/

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

# Jupyter Notebook
.ipynb_checkpoints/
*.ipynb

# pyproject build artifacts
*.dist-info/
