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

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

# Virtual environments
.venv/
venv/

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

# pytest / coverage
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# Ruff
.ruff_cache/

# mypy
.mypy_cache/

# Environment variables
.env

# OS files
.DS_Store
Thumbs.db
