# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments venv/ ENV/ env/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Testing .pytest_cache/ .coverage htmlcov/ # Output / generated data *.csv *.log # JSON — keep fixture and airport data, ignore everything else *.json !data/airports_by_country.json !tests/confirmed_flights.json # Database files *.db # Node frontend/node_modules/ frontend/dist/