# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/
.egg-info/
.eggs/
*.egg
dist/
build/

# Virtual environments
venv/
env/
ENV/
.venv/
.env/
.python-version

# IDEs and editors
.idea/
.vscode/
*.sublime-workspace
*.sublime-project
.project
.classpath
.settings/
*.launch
*.tmproj
.history/

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*.swp
*.swo

# Project specific
data/
*.log
*.tmp
.memory
