# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

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

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

# Testing / coverage
htmlcov/
.tox/
.coverage
.coverage.*
coverage.xml
.pytest_cache/
.hypothesis/

# OS files
.DS_Store
Thumbs.db

# Setuptools-scm generated version
**/*/_version.py

# Environment variables
.env
