# Python byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/

# Virtual environments
.venv/

# Pytest coverage reports
htmlcov/
.coverage*
coverage.xml

# Editor generated files
.idea/
.vscode/
.spyproject/
.spyderproject/
.replit
.neoconf.json

# Auto-generated folder attributes for MacOS
.DS_STORE

# Git & GitHub
.git
.github
.gitignore

# Documents
CONTRIBUTING.md

# Environment variables
.env
.env.example
