# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.dylib

# Distribution / packaging
.Python
build/
dist/
eggs/
*.egg-info/
*.eggs
*.tar.gz
*.whl

# Virtual environment
venv/
ENV/
env/
.venv/
.ENV/

# Test and coverage files
.coverage
*.cover
.tox/
.nox/
*.hypothesis/
.coverage.*
nosetests.xml
coverage.xml
htmlcov/
*.log

# PyInstaller
*.spec

# Eclipse, IntelliJ, other IDEs
.idea/
.project
.pydevproject

# MacOS
.DS_Store

# Windows
Thumbs.db

# Logs
*.log

# Editor temp files
.*.swp
