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

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

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


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

# Logs
*.log

# Local configuration
.env
config.local.ini

# Windows specific
Thumbs.db
desktop.ini

# Python testing
.pytest_cache/
.coverage
htmlcov/ 