blob: 154780c1fecd8db070dea4c9c536da4479512dfd [file] [log] [blame]
# Python virtual environments
venv/
env/
.env/
pyenv/
.pyenv/
.venv/
ENV/
# Python bytecode
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# Coverage reports
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
# IDE files
.idea/
.vscode/
*.swp
*.swo
# OS generated files
.DS_Store