# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

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

# Logs (generated at runtime)
logs/

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Distribution
*.whl
*.tar.gz
