# .gitignore

# Byte-compiled / optimized / DLL files
__pycache__/
*.pyc
*.pyo
*.pyd
*.pyc

# C extensions
*.so

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

# Environment files
.env
.venv/
venv/
ENV/

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

# Operating system files
.DS_Store
Thumbs.db