Ratelimiting and timescaledb changes

This commit is contained in:
Jonas Linter
2025-10-21 13:28:29 +02:00
parent 6ba8a0dba2
commit 3704390448
8 changed files with 897 additions and 52 deletions

23
.gitignore vendored
View File

@@ -1 +1,24 @@
# 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