# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc
*.so
*.egg
*.egg-info/
dist/
build/
*.tar.gz
*.tar.bz2
*.tgz
*.bz2
*.zip
*.rar
*.7z
*.exe
*.msi
*.dll
*.dylib
*.db
*.sql
*.sqlite
api_response.json
tests/

# Environments
.env
.test.env
.venv/
ENV/
env/
venv/
ENV.bak/
env.bak/
venv.bak/

# OS
.DS_Store
Thumbs.db

# PyCharm
.idea/

# VS Code
.vscode/

# pytest
.pytest_cache/
