mastodon-collector/.gitignore
Pieter 2172efa701 Fix toxicity analysis web interface
- Fix analysis_helpers stats to match template expectations (posts/replies/mentions breakdown)
- Fix SQL interval syntax in trend query
- Fix URL routing in templates (analysis_flagged, accounts_list)
- Add .claude/ to .gitignore

Analysis dashboard now accessible at http://localhost:8585/analysis

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-30 17:07:12 +02:00

116 lines
1 KiB
Text

# Environment variables and secrets
.env
.env.local
.env.*.local
*.secret
secrets/
credentials/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
.venv/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.claude/
# Database files
*.sqlite
*.sqlite3
*.db
*.db-journal
*.db-shm
*.db-wal
postgres_data/
pgdata/
# Logs
*.log
logs/
*.log.*
# Docker volumes and local data
docker-compose.override.yml
.docker/
volumes/
# Certificates and keys
*.pem
*.key
*.crt
*.cer
*.p12
*.pfx
# Backup files
*.bak
*.backup
*.tmp
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/
# Jupyter Notebook
.ipynb_checkpoints
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# pyenv
.python-version
# pipenv
Pipfile.lock
# Poetry
poetry.lock