Files
meta_api_grabber/.gitignore
2025-10-21 13:28:29 +02:00

25 lines
201 B
Plaintext

# Environment and secrets
.env
.meta_token.json
# Data output
data/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo